home *** CD-ROM | disk | FTP | other *** search
/ Cook n 99 5.0 / Cook n 99 (Version 5.0)(Current).ISO / pc / P_SERVIC.Z_T (.txt) < prev    next >
Zinc Data  |  1996-04-18  |  28KB  |  189 lines

  1. Zinc Data File Version 4.0
  2.  w1/ w1/
  3.  w1/ w1/+
  4. UIW_WINDOW
  5. UI_BITMAP
  6. UI_ICON
  7. UI_HELP
  8. UI_HPP
  9. UI_CPP.
  10. UI_MESSAGE0
  11. DERIVE_TABLE
  12. SAVE_APPLICATION
  13. STATUS_WINDOW
  14. COPYRIGHT
  15. ZAF_HELP_INDEX
  16. ZAF_SERVICE_MANAGER
  17. SAVE_APPLICATION
  18. Save & Exit Application
  19. BTN_YES
  20. BTN_NO
  21. BTN_CANCEL
  22. &Cancel
  23. FIELD_1
  24. ASTERISK
  25. FIELD_FILE_SAVE
  26. Do you want to save %s before exiting?
  27. STATUS_WINDOW
  28. Status Window
  29. STATUS_FIELD
  30. COPYRIGHT
  31. Zinc Designer Version 4.0
  32. FLD_COPYRIGHT
  33. This is an evaluation copy of Zinc Designer, part of Zinc Application Framework 4.0. It is provided for temporary evaluation purposes only. Any other use requires the purchase of appropriate licenses from Zinc.  The software is provided "AS IS", without warranty of any kind, including any warranty of merchantability, fitness for a particular purpose, or non-infringement.
  34. Copyright (c) 1990-1994 Zinc Software Incorporated. All Rights Reserved.
  35. NUMID_VT_SCROLL$
  36. BTN_CONTINUE
  37. ~Continue
  38. BTN_EXIT
  39. E~xit
  40. ZAF_HELP_INDEX
  41. Help, Index...
  42. QUESTION
  43. ZAF_SERVICE_MANAGER
  44. Service Manager
  45. MENU$
  46. &File
  47. FILE_NEW
  48. &New...
  49. FILE_OPEN
  50. &Open...
  51. FILE_SAVE
  52. &Save
  53. FILE_SAVE_AS
  54. Save &As...
  55. FILE_CLOSE
  56. &Close
  57. FILE_SEP1
  58. FILE_DELETE
  59. &Delete...
  60. FILE_SEP2
  61. FILE_EXIT
  62. E&xit
  63. TOOLS
  64. &Tools
  65. SERVICE
  66. &Service
  67. SERVICE_LOAD
  68. &Load...
  69. ~Help
  70. HELP_INDEX
  71. Index...
  72. HELP_SEP1
  73. HELP_SERVICE
  74. Service
  75. HELP_SEP2
  76. HELP_ABOUT
  77. About Zinc Designer...
  78. APPLICATION
  79. ASTERISK
  80. EXCLAMATION
  81. QUESTION
  82. HELP_GENERAL
  83. About Zinc Designer
  84. Zinc Designer allows you to create and modify .DAT files.  .DAT files can be used to load resource windows dynamically at run-time, to store translations of text strings, to provide internationalization data, to provide images for an application, or to store help information. The Designer is divided into several components, each of which can be used to work on specific information within the .DAT file.  These components are:
  85. WINDOW EDITOR
  86. The Window Editor is used to create and modify resource windows.
  87. DEFAULTS EDITOR
  88. The Defaults Editor is used to create and modify tables of language strings and locale formatting data used by Zinc.  This information is accessed at run-time to produce localized applications.
  89. MESSAGE EDITOR
  90. The Message Editor is used to create and modify tables of messages which can be loaded by your application at run-time and used wherever text strings are required. 
  91. IMAGE EDITOR
  92. The Image Editor provides options for creating icon, bitmap, and mouse cursor images that can be used throughout your application.
  93. HELP EDITOR
  94. The Help Editor allows you to interactively create help contexts that can be associated in a language independent fashion within your applications.
  95. STRING EDITOR
  96. The String Editor allows you to use characters within your application which are not available from a standard keyboard. For example, if you need to translate your application into Chinese, the Chinese characters needed can be accessed from within the String Editor. Since this is accomplished using the complete Unicode character set, the String Editor is available only in Unicode mode. 
  97. Copyright (C) 1991-1994 Zinc Software Incorporated.  All Rights Reserved.
  98.  w1/ w1/E
  99. SAVE_APPLICATION
  100. HELP_CONTEXTS
  101. MSG_TABLE
  102. STATUS_WINDOW
  103. COPYRIGHT
  104. ZAF_HELP_INDEX
  105. ZAF_SERVICE_MANAGER
  106. DERIVED_OBJECTS
  107. const ZIL_NUMBERID BTN_YES                          = 0x0003;=
  108. const ZIL_NUMBERID BTN_NO                           = 0x0004;=
  109. const ZIL_NUMBERID BTN_CANCEL                       = 0x0005;=
  110. const ZIL_NUMBERID FIELD_1                          = 0x0002;=
  111. const ZIL_NUMBERID FIELD_FILE_SAVE                  = 0x0007;
  112. const UI_HELP_CONTEXT HELP_GENERAL                  = 0x0001; // About Zinc Designer
  113. const ZIL_NUMBERID ZMSG_MODE_UNICODE                = 0x00C8;=
  114. const ZIL_NUMBERID ZMSG_MODE_OEM                    = 0x00C9;=
  115. const ZIL_NUMBERID ZMSG_MODE_ISO                    = 0x00CA;=
  116. const ZIL_NUMBERID ZMSG_NONE                        = 0x00CB;=
  117. const ZIL_NUMBERID ZMSG_NO_FILE                     = 0x00CC;=
  118. const ZIL_NUMBERID ZMSG_UNTITLED                    = 0x00CD;=
  119. const ZIL_NUMBERID ZMSG_UNDEFINED                   = 0x00CE;=
  120. const ZIL_NUMBERID ZMSG_TEMP_FILENAME               = 0x00CF;=
  121. const ZIL_NUMBERID ZMSG_TEMP_RESOURCENAME           = 0x00D0;=
  122. const ZIL_NUMBERID ZMSG_APPLICATION_TAG             = 0x00D1;
  123. const ZIL_NUMBERID STATUS_FIELD                     = 0x0003;
  124. const ZIL_NUMBERID FLD_COPYRIGHT                    = 0x0001;=
  125. const ZIL_NUMBERID BTN_CONTINUE                     = 0x0005;=
  126. const ZIL_NUMBERID BTN_EXIT                         = 0x0006;
  127. const ZIL_NUMBERID MENU                             = 0x0001;=
  128. const ZIL_NUMBERID FILE                             = 0x0002;=
  129. const ZIL_NUMBERID FILE_NEW                         = 0x0003;=
  130. const ZIL_NUMBERID FILE_OPEN                        = 0x0004;=
  131. const ZIL_NUMBERID FILE_SAVE                        = 0x0005;=
  132. const ZIL_NUMBERID FILE_SAVE_AS                     = 0x0006;=
  133. const ZIL_NUMBERID FILE_CLOSE                       = 0x001F;=
  134. const ZIL_NUMBERID FILE_SEP1                        = 0x0007;=
  135. const ZIL_NUMBERID FILE_DELETE                      = 0x0008;=
  136. const ZIL_NUMBERID FILE_SEP2                        = 0x0022;=
  137. const ZIL_NUMBERID FILE_EXIT                        = 0x0023;=
  138. const ZIL_NUMBERID TOOLS                            = 0x002A;=
  139. const ZIL_NUMBERID SERVICE                          = 0x0021;=
  140. const ZIL_NUMBERID SERVICE_LOAD                     = 0x0020;=
  141. const ZIL_NUMBERID HELP                             = 0x0024;=
  142. const ZIL_NUMBERID HELP_INDEX                       = 0x0025;=
  143. const ZIL_NUMBERID HELP_SEP1                        = 0x0026;=
  144. const ZIL_NUMBERID HELP_SERVICE                     = 0x0027;=
  145. const ZIL_NUMBERID HELP_SEP2                        = 0x0028;=
  146. const ZIL_NUMBERID HELP_ABOUT                       = 0x0029;
  147. ZAF_SERVICE_MANAGER
  148. STATUS_WINDOW"
  149. SAVE_APPLICATION&
  150. ZAF_HELP_INDEX*
  151. COPYRIGHT
  152. OBJECTID
  153. USER_FUNCTION
  154. COMPARE_FUNCTION
  155. OBJECTID 
  156. USER_FUNCTION!
  157. COMPARE_FUNCTION
  158.  w1/ w1/^
  159.  w1/ w1/_
  160.  w1/ w1/`
  161. OBJECTID$
  162. USER_FUNCTION%
  163. COMPARE_FUNCTION
  164. OBJECTID(
  165. USER_FUNCTION)
  166. COMPARE_FUNCTION
  167. OBJECTID,
  168. USER_FUNCTION-
  169. COMPARE_FUNCTION
  170. MSG_TABLE
  171. ZMSG_MODE_UNICODE
  172. UNICODE
  173. ZMSG_MODE_OEM
  174. ZMSG_MODE_ISO
  175. ZMSG_NONE
  176. <none>
  177. ZMSG_NO_FILE    
  178. <no file>
  179. ZMSG_UNTITLED
  180. <untitled>
  181. ZMSG_UNDEFINED
  182. <undefined>
  183. ZMSG_TEMP_FILENAME
  184. P_TEMP.DAT
  185. ZMSG_TEMP_RESOURCENAME
  186. RES_%d_%d_%#02d%#02d%#02d
  187. ZMSG_APPLICATION_TAG
  188. Zinc Designer 4.0
  189.